Skip to content

获取核身结果

按商户拉起核身时预下单的单号获取该次微工卡核身的结果 官方文档

js
wxpay
.
v3
.
payrollCard
.
authentications
.
_authenticate_number_
.
get
({
authenticate_number
,
params
,
}) .
then
(
({
data
: {
mchid
,
sub_mchid
,
openid
,
authenticate_scene
,
authenticate_source
,
project_name
,
employer_name
,
authenticate_state
,
authenticate_time
,
authenticate_number
,
authenticate_failed_reason
,
}, }) => ({
mchid
,
sub_mchid
,
openid
,
authenticate_scene
,
authenticate_source
,
project_name
,
employer_name
,
authenticate_state
,
authenticate_time
,
authenticate_number
,
authenticate_failed_reason
,
}) )

Released under the MIT License. (SITEMAP)